Starting with version 3.0, Newt was re-architected so that it can be extended with plug-in modules/extensions ("autoparts") -- other optional (small) packages that you can install. Newt links to plug-ins automatically when it starts; plug-ins generally do not appear in Extras, but may appear in Newt's overview menu. (You can also see them in the "Remove Software" list, or on NOS 2.x in the Extensions folder). These consume very little heap.
The basic Newt package can be used by itself for doing most application development. Once you have built an application, you need NewtPack in order to save your app as a package. To use platform functions, you will need PlatFnc1 (or PlatFnc2); to define a communication endpoint, CommCns1 (or CommCns2). These should be adequate for all of the examples I distribute (see examples.txt). So, depending on how much free (package) memory you have available, you can customize and extend your Newt environment via additional plug-ins. These are categorized as:
To check which versions of plugins you have installed, use Newt's Version button (under Prefs).
For many of these there are two versions:
These are accessible via Select Library command, copy source via Copy Source, Copy All; you can create your own source-code packages from a Newton Notes folder (using buildFolderLib), or on the desktop from a Sloup-format file using Paperback.
Titles for these tools will appear in Newt's overview menu: first (top) group
These are like tools but only accessible indirectly, e.g., NewtPack via Save, MetaDot via tapping in source, DontAsk via 1.x keyboard.
These are external applications in Extras; titles will appear in Newt's overview menu: second group.
In case it's not obvious, you can create your own plug-ins via Newt itself -- you could modify the exprkbdt.nwt example to create a your own menu of expressions for editing; you could use buildFolderLib to create a library package from Notepad sources, e.g., like applic0.lib (MyApp) for applic0.nwt.
Given heap limitations on most Newtons, one strategy for building very large applications is to save mostly finished parts (protos, methods) of your app as a "constant library" (see constant.nwt example), then in your main app, inherit from this plug-in during development (somewhat similar to the new NOS 2.x units mechanism). So, Newt is a very open and extensible environment.
To remove plug-ins, just use the "Remove Software" button (or scrub on NOS 2.x Extensions) or your favorite package archiving utility. If you have Apple's "Package Mover" installed, the "Prefs:Memory:Remove Software" list scrolls. Close Newt before removing plug-ins to avoid possible invalid memory references.
To make it easier for me to update/distribute these (and provide a little incentive to register), only some (1.x) plug-ins are distributed with the basic release (NewtPack, NewtDraw, ExprKbd, MyApp, DontAsk, MetaDot). Sloup is available as a separate release. The others are available via http(web) or ftp when you register.
Version 3.4. Last updated: Jan 1998